| Getting familiar with REALBasic |
|
REALBasic provides you with an award winining graphical enviroment in which you can easily design your entire project. The REALBasic IDE may seem very different to you at first but it's actually quite similar to Visual Basic's IDE. Once you get familiar with the REALBasic IDE you will be ready to start developing solutions in REALBasic. |
|||
|
The Project window in REALBasic is very similar to that of VB. In REALBasic you do not get default folders but instead you can create your own folders and organize your project as needed by dragging the items around into any folder. From the project window you can delete project items, export project items and add new ones. To Add an existing item just drag the file from your computer into the project window. In VB every item in your project is an individual file but not in REALBasic. In REALBasic just like in VB 3.0 the entire project is saved in a single binary file. If you want to keep the file as an external item and not copied into the project just hold the command+option key when you drop the file. To delete an item just select the item and press delete. To add a new item to the project select one of the many new menu options under the File menu. In the project window you can also add items like movies, images, rb databases, and Mac resource files. These items become available to you in code in various ways either by their name or by some accesor function or object. See the REALBasic documentation for more information. Notice also that we have an item called Menu. This is where you add and edit your menus, just double click on it and take a look. REALBasic by default will add a menu to your project. Perhaps you are used to manage your project using right-click in VB, well that's the one thing you will probably miss the most in REALBasic. Yet all the functionality can be accesed by other means like the ones mentioned above. |
|||
|
|||
|
|||
|
|||
|
last update Dec/2/2002
|
|||
|
|